home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Contributed / SpriteWorld / Documentation / SpriteWorld-MPW ReadMe < prev    next >
Encoding:
Text File  |  2000-10-06  |  2.1 KB  |  45 lines  |  [TEXT/MPS ]

  1. SpriteWorld-MPW ReadMe 16 March 2000
  2.  
  3. INTRODUCTION
  4.     
  5.     SpriteWorld is now fully MPW compatible, as are BlitPixie and most of the example projects.
  6.     MPW support has been added by Anders F Björklund <afb@algonet.se> and Michael Matuszek <mmatuszek@mbayweb.com>
  7.  
  8. USAGE
  9.  
  10.     To use SpriteWorld and BlitPixie with MPW use the following instructions :
  11.     
  12.     1. You can put the SpriteWorld 2.3 folder anywhere you like.
  13.  
  14.     2. Launch the MPW shell and set the current directory to SpriteWorld's MPW folder (the folder this file is in) 
  15.  
  16.     3. If you want to build the SpriteWorld Examples you need to build the SpriteWorld Libraries first.
  17.  
  18.     4. Execute BuildSpriteWorld, by copying one of the following commands to your Worksheet, select, and execute it.
  19.        The default target will build both the Debug and Final versions of SpriteWorldLib, BlitPixieLib, SpriteWorldUtils and MPW Extras.
  20.  
  21. BuildSpriteWorld            # Builds everything
  22. BuildSpriteWorld Debug        # Builds debug libraries
  23. BuildSpriteWorld Final        # Builds final libraries
  24. BuildSpriteWorld Clean        # Removes objects
  25. BuildSpriteWorld Clean-All    # Removes libraries too
  26.  
  27.  
  28. To build any of the example projects included with SpriteWorld 2.3 you can use the NewBuild tool.
  29. NewBuild takes as input the name of the example projects folder and executes the makefile within that folder.
  30.  
  31. For example to build the Simple example project you would enter on the worksheet:
  32.  
  33. NewBuild Simple
  34.  
  35. This will build three (68K PPC and FAT) versions of the Simple demo.
  36.  
  37.  
  38. The makefiles and build tools were built with templates and a Perl script written by Anders F Björklund.
  39. These tools are in the Extras folder in case you want to modfiy the makefiles that are included in the 
  40. examples to use on your own projects. You can find Perl at http://www.macperl.com
  41.  
  42. If you have any problems remember that BuildSpriteWorld and included makefiles are dependent 
  43. on the current directory being set to SpriteWorld's MPW folder, Check these first.
  44. If you are still having trouble you may send questions to the SpriteWorld mailing list or directly to Michael Matuszek <mmatuszek@mbayweb.com>.
  45. I'll do my best to help you resolve any problems you may have relating to using SpriteWorld with MPW.